home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / vaxtape.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Vax_Tape
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : arlpsu@nems
  6. -- AUTHOR            : H. J. Clarke, A. F. Niessner, Jr.
  7. --                   : ARL/Penn State University
  8. --                   : P.O. Box 30
  9. --                   : State College, Pa.  16804
  10. -- COPYRIGHT         : (c) 1987 the Pennsylvania State University
  11. -- DATE CREATED      : November 27, 1987
  12. -- DATE RELEASED     : November 27, 1987
  13. -- DATE LAST UPDATED : November 27, 1987
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : Data General MV10000,
  16. --                   : Rolm ADE_rev_240
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : TOOLS
  19. -- CATEGORY LEVEL 2  : Write VAX/ANSI Tape from DG
  20. -- CATEGORY LEVEL 3  : 
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : VAX compatible tape
  23. -- KEYWORD           : ANSI standard tape
  24. -- KEYWORD           : File transfer
  25. -- KEYWORD           : Data General to VAX tape transfer
  26. -- INDEX             : Magtape Creation
  27. -- INDEX             : Tape, VAX compatible
  28. -- INDEX             : Tape, ANSI standard
  29. -- INDEX             : VAX, Writing ANSI tapes for
  30. -- TAXONOMY          : 
  31. -- DEPENDENCIES      : PD2:<ADA.COMPONENTS>DSTR3
  32. -- SEE ALSO          : 
  33. --= FILE LISTING         ===============================================--
  34. -- FILE SPECS        : PD2:<ADA.TOOLS>VAXTAPE.*
  35. -- DIRECTORY DISPLAY : 
  36. -- Directory   PD2:<ADA.TOOLS>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   VAXTAPE.DOC            7446         166
  40. --   VAXTAPE.PRO            2816          68
  41. --   VAXTAPE.SRC           25344         844
  42. --   ===============  ==========  ==========
  43. --     3 Files             35606        1078
  44. --= ABSTRACT             ===============================================--
  45. --     The program, Vax_Tape, it's supporting packages, and the
  46. -- acompaning CLI's, provide a capability to write text files on a Vax
  47. -- compatable, ANSI standard, tape on a Data General MV10000.  The
  48. -- dynamic strings package, DYN, found in the Ada Repository in the
  49. -- subdirectory, PD2:<ADA.COMPONENTS>, and named DSTR3.SRC, is used by
  50. -- this program.
  51. --= REVISION HISTORY     ===============================================--
  52. -- DATE         VERSION AUTHORS                 HISTORY
  53. -- 11/27/87     1.0     A. F. Niessner, Jr.     Initial Release
  54. --                      H. J. Clarke
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. -- 
  58. -- This software is copyright by the authors.
  59. -- 
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.